Class sjl.wrappers.PredGreaterEqualLong
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.PredGreaterEqualLong

java.lang.Object
   |
   +----sjl.wrappers.PredGreaterEqualLong

public class PredGreaterEqualLong
extends Object
implements Predicate2
PredGreaterEqualLong is a predicate object designed for comparing objects of type Long for relative ordering using the >= operator.

Copyright © 1996 Finn Bock


Constructor Index

 o PredGreaterEqualLong()

Method Index

 o compare(Object, Object)
Convert the arguments to Long and compare the return values from the longValue() method using the >= operator.

Constructors

 o PredGreaterEqualLong
  public PredGreaterEqualLong()

Methods

 o compare
  public boolean compare(Object o1,
                         Object o2)
Convert the arguments to Long and compare the return values from the longValue() method using the >= operator.

All Packages  Class Hierarchy  This Package  Previous  Next  Index